From 82557bb4564daec9f54fa2e5abf30808255a43d6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 25 Dec 2005 04:29:09 +0000 Subject: [PATCH] enable ipv6, closes #129, bump release number SVN-Revision: 2774 --- openwrt/package/libpcap/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openwrt/package/libpcap/Makefile b/openwrt/package/libpcap/Makefile index 908c364a11..c1c25ddd6e 100644 --- a/openwrt/package/libpcap/Makefile +++ b/openwrt/package/libpcap/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libpcap PKG_VERSION:=0.8.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MD5SUM:=56a9d4615d8354fcfe8cff8c8443c77b PKG_SOURCE_URL:=http://www.tcpdump.org/release/ @@ -49,6 +49,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared --enable-static \ --disable-yydebug \ --with-build-cc=$(HOSTCC) \ + --enable-ipv6 \ --with-pcap=linux \ ); touch $@ -- 2.30.2